*{ padding:0; margin:0}
html,body{ font:12px/1.8 'microsoft yahei',tahoma,verdana,'simsun'; color:#242424;  -webkit-text-size-adjust:none; position:relative;
 background-color:#F1EEEE; overflow-x:hidden;}
 .main{ padding:0px 20px 0px 20px; background-color:#fff; width:1000px; margin:0 auto; }
.main_head{ /*background-image:url(../images/light-pattern.png); */padding:0 20px; width:1000px; margin:0 auto; overflow:hidden; background-color:#fff;}
 
img{ border:0;} 
ul,li{ list-style:none;}
a{ color:#000; text-decoration:none;}
a:hover{ color:#11578b; text-decoration:none;}
.clear{ clear:both;}
.lf{ float:right; padding-top:23px; padding-right:6px;}
.lf1{ float:left;}
.ptp{ padding-top:10px;}
#hnews{ float:right; width:300px; background-color:#fff; margin-right:20px;}
.editor{word-wrap: break-word;font-family:宋体b8b\4f53,arial; font-size:14px; }
.foot-text a{ text-decoration:none; color:#fff;}
/*产品中心文章*/
#newslist ul.list-none{width:100%; overflow:hidden; margin:0 auto; clear:both;}
#newslist ul.list-none  li{ float:left; width:210px; margin:0 5px; text-align:center;}
#newslist ul.list-none  li span{ clear:both; margin-left:10px;}
/*头部*/
.most_top{ height:0px; background-image:url(../images/toptop.jpg); width:1040px; margin:0 auto;margin-top:30px; }
.top{ overflow:visible !important;}
.logo{ position:absolute; z-index:9999; top:-30px;}
.metsearch{ position:relative;}
.parasearch_input input{ height:30px;width:210px; line-height:23px; background-color:transparent; 
 background:url(../images/search.png); background-size:cover; padding-left:20px; color:#fff;
}
 
.parasearch_search input{ outline:medium; height:27px; width:50px; border:0 !important; }
.inner{ width:1000px; margin:0 auto; position:relative; overflow:hidden;}
header{/*background:url(../images/head.jpg);   

    -moz-background-size: 100% 100%;  
    -o-background-size: 100% 100%;  
    -webkit-background-size: 100% 100%;  
    background-size: 100% 100%;  
    -moz-border-image: url(./btn.png) 0;  
    background-repeat:no-repeat\9;  
    background-image:none\9;  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./btn.png', sizingMethod='scale')\9; */ }
	#menu-wrap {
	position:relative;
	
}
#menu-wrapper {
	float:right;
	width:756px;
	height:55px;
	position:relative;
	z-index:999;
	border-top:1px solid #e4e4e4;
}
#menu-wrapper select {
	display:none;
	height:25px;
	margin-top:15px;
}
#slider-wrapper {
	position:relative;
	overflow:hidden;
	background:#5f5f5f url(../images/dark-pattern.png);
}
#slogan-wrapper {
	margin:0 auto;
	background:#f8f8f8 url(../images/slogan-bg.png) center top no-repeat;
}
#slogan {
	position:relative;
	height:75px;
	padding:40px 0 0;
	overflow:hidden;
	text-align:center;
	font-size:26px;
	line-height:1.2em;
	color:#5f5f5f;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#slogan .slogan-control {
	position:absolute;
	width:30px;
	height:60px;
	float:left;
	margin-top:-12px;
	z-index:9;
}
#slogan .slogan-next {
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	background:url(../images/slogan-nav.png) 0 0 no-repeat;
}
#slogan .slogan-prev {
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	background:url(../images/slogan-nav.png) 0 -30px no-repeat;
}
#slogan .slogan-next:hover {
	background-position:-30px 0;
}
#slogan .slogan-prev:hover {
	background-position:-30px -30px;
}
#slogan ul li {
	height:78px;
	margin:0 50px;
	line-height:1em;
	list-style:none;
}
#breadcrumb-wrapper {
	margin:0;
	min-height:30px;
	padding-bottom:5px;
	border-bottom:1px solid #e4e4e4;
	background-color:rgba(255, 255, 255, 0.7);
}
#breadcrumb {
	margin:0 auto;
	padding:8px 0 0;
	color:#444444;
	font-weight:normal;
	text-transform:capitalize;
}
#crumbs {
	padding:0 10px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	background:none;
	padding:0;
	margin:0;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			55px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			-15px;
	margin-left:      1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			-15px;
	margin-left:      1px;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu a {
	font-family:arial, serif;
	font-size:14px;
	font-weight:normal;
	color:#5f5f5f;
	text-decoration:none;
	cursor:pointer;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.sf-menu a:hover {
	color:#38c1ef;
}
.sf-menu > li {
	margin-left:0px;
	padding:0;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
	.sf-menu > li > a {
		height:45px;
		padding:10px 0 0;
		border-top:2px solid transparent;
		margin-top:-2px;
		line-height:32px;
		padding:10px 18px 0;
	}
	.sf-menu > li:first-child {
		margin-left:0;
	}
	.sf-menu > li:hover > a,
	.sf-menu > li.sfHover > a,
	.sf-menu > li.current-menu-item > a {
		border-color:#39c2f0;
		background-color:transparent;
	}
	.sf-menu > li > a:hover,
	.sf-menu > li.sfHover > a,
	.sf-menu > li.current-menu-item > a {
		color:#39c2f0;
	}
.sf-menu li ul {
	width:100%;
	background-color:#f0f0f0;
	padding:15px 0;
	border-bottom:3px solid #38c1ef;
}
.sf-menu li li:first-child,
.sf-menu li li.last:first-child {
}
.sf-menu li li:first-child a,
.sf-menu li li.last:first-child a {
}
.sf-menu li li.last:first-child .bottom {
	height:6px;
}
.sf-menu li li:first-child ul {
	top:0 !important;
}
	.sf-menu li li {
		clear:both;
	}
	.sf-menu li li.last {
	}
	.sf-menu li li.last a {
		padding-bottom:15px;
		margin-bottom:-15px;
	}
		.sf-menu li li a {
			display:block;
			min-height:10px;
			line-height:20px;
			font-size:12px;
			margin:0 5px;
			padding:5px;
			color:#5f5f5f;
			text-shadow:none;
		}
		.sf-menu li li a:hover,
		.sf-menu li li.sfHover > a,
		.sf-menu li li.current-menu-item > a {
			color:#ffffff;
			background-color:#38c1ef;
		}
.sf-menu li li li {
}
.sf-menu li li li:first-child a,
.sf-menu li li li.last:first-child a {
}
.sf-menu li:hover ul{ display:block !important; visibility:visible;}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
	.sf-menu > li > a.sf-with-ul .middle {
		padding-right: 	1.25em;
	}
.sf-sub-indicator {
	position:	absolute;
	display:		block;
	right:			12px;
	top:			1.05em; /* IE6 only */
	width:			9px;
	height:			40px;
	/*text-indent: 	-999em;*/
	overflow:		hidden;
	background:		url(../images/menu-arr.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.4em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0  -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; top:.6em; }
.sf-menu ul a > .sf-sub-indicator { background-position:  -10px 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url(../images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.nav_list{}
#web_logo{font-size:0px; position:relative; z-index:999; float:left; }
.top-nav{width:100%; }
.top-nav li{ float:left}
.top-nav li.t span{ padding:0px 5px; font-size:12px; color:#777777; line-height:32px; height:32px;}
.top-nav li.wx{ position:relative; cursor:none;}
.top-nav li .ewm{ position:absolute; z-index:9999; top:33px; left:-4px; display:none;}
.top-nav .wx:hover .ewm{ display:block;text-transform: capitalize;
    transition: all 0.5s ease-in-out 0s;}
/*nav{height:36px;}
nav .inner{z-index:999999;}
nav ul{height:36px; text-align:right;}
nav li{ float:left; display:inline;text-align:center;white-space:nowrap; position:relative;z-index:999999; margin-right:30px; padding-top:20px; padding-bottom:16px;}
nav li a.nav{ font-size:12px; font-weight:bold; color:#d4dfe8;  display:block;}
nav li a span{ display:block;}
nav li a span:last-of-type{ color:#5E5E5E; margin-top:3px;}
nav li:hover{ background:url(../images/li_hov.png) bottom center no-repeat;}
.active_li{ background:url(../images/li_hov.png) bottom center no-repeat;}
*/
.t{ padding-right:12px;}

/*首页*/
.small-font{    
　　　  font-size:12px; 
    
            -webkit-transform: scale(0.8);
			 -o-transform: scale(1);
			 display:inline-block;
        }
.slide_bottom p{ text-align:center; height:30px; line-height:30px;color:#988b65;letter-spacing:10px; font-size:9px; padding-bottom:8px;}


.index .txtlist li{ height:28px; line-height:28px; overflow:hidden; background:url(../new_ico01.png) no-repeat left 12px; padding-left:12px;}
.index .txtlist li a{ font-size:14px;}
.index .txtlist li span.time{ float:right; padding-left:10px;}
*html .index .txtlist li img{ margin-top:11px;}
.index .newlist h3.ti{margin-top:15px; padding-left:8px;}
.index .newlist .newtxtlst{ margin-bottom:9px; overflow:hidden; padding-left:8px;}


.frlk{ padding-top:30px;}
*html .frlk{ padding-top:12px;}
*+html .frlk{ padding-top:12px;}
.frlk h3.lkti{ float:left; display:inline; background:url(../Link.png) no-repeat left 2px; height:25px; padding-left:20px; color:#333;min-width:60px; white-space:nowrap;}
.frlk ul li{ float:left; display:inline; margin-right:20px;}
.lk-contx{ float:left;overflow:hidden; margin-left:15px;}
.txtlk li{ height:25px; padding-bottom:3px;line-height:25px;white-space:nowrap;}
.imglk li a{ display:block;}
.imglk li img{ width:91px; height:40px; padding-top:5px;}
/*
中间*/
.mlf{ padding:20px 0; width:100%;}
.mlf h4{ text-align:center; font-weight:500; font-size:16px; padding-bottom:10px;} 
.mlf p{ text-align:left; text-indent:2em; font-size:14px; color:#666;}
.three-col{ float:left; width:200px; text-align:center; margin-bottom:30px; margin-left:21px;}
.three-col:first-of-type{ margin-left:0 !important;}
.first{margin-left:0 !important;}
.first h3 a{background:url(../images/li1.png) no-repeat left  top; }
.second h3 a{background:url(../images/li2.png) no-repeat left  top; }
.three h3 a{background:url(../images/li3.png) no-repeat left  top; }
.four h3 a{background:url(../images/li5.png) no-repeat left  top; }
.second{ width:430px;}
.second img{ width:170px !important; float:left; margin-right:10px;}
.three div{ padding:1px 0;}
.four{ width:958px; margin-left:0; height:256px !important;}
.three-col .title{ height:46px; line-height:46px;}
.three-con{height:280px; overflow:hidden; padding:8px;}
.three-col img{ width:100%; }
.textlist-top{ }
.txtlist{height:290px; text-align:left; overflow:hidden;    border: 1px solid #D3E1ED; border-top:6px solid #a8e4f8;
    margin-bottom: 20px;
    padding: 0 20px;}
.txtlist .metlist li{ height:30px; line-height:30px; padding-left:36px;  background:url(../images/fenleili.png) no-repeat left  center; margin-left:18px; } 
.txtlist .metlist li a{ float:left;}
.txtlist .metlist li span{ float:right;}
.txtlist  h3{ color:#bcbcbe;margin-bottom:20px;    border-bottom: 1px solid #e3e3e3;
    height: 35px;
    line-height: 35px;}
.txtlist  h3 a{ font-size:18px; font-weight:600; font-family:"宋体"; padding-left:26px; padding-top:1px; color:#474848; } 
.li_6 .contain{ position:relative; width:100%; margin-bottom:16px;}
.li_6 .contain .enter{ position:absolute; left:0; top:68px; z-index:9999; width:310px; text-align:center;} 
.li_6 .contain .enter p{ height:36px; line-height:36px; width:160px; margin:0 auto; padding:0 10px; color:#fff; background:url(../images/back.png);
  -moz-background-size: 100% 100%;  
    -o-background-size: 100% 100%;  
    -webkit-background-size: 100% 100%;  
    background-size: 100% 100%;  
    -moz-border-image: url(../images/back.png) 0;  
    background-repeat:no-repeat\9;  
    background-image:none\9;  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/back.png', sizingMethod='scale')\9;  

}
.active{ padding:10px 0;}
/*内页侧栏*/
.ueditor_baidumap{ float:left; margin-right:16px;}
.sidebar{ overflow:visible !important; }
.sidebar .sb_nav{ position:absolute; top:-37px; z-index:999; }
div.ti1-bg{ position:absolute; width:1000px; height:37px; background:url(../images/leftti.png); overflow:hidden;zoom:1;top:0px;left:0px;z-index:1;}
div.ti1-bg span{ display:block; width:119px; overflow:hidden; padding:0 50px; line-height:37px; font-size:16px; font-weight:bold; color:#fff; height:37px; /*background-color:#8ec8db;*/background-color:#008EE9;}
.sidebar .sb_nav h3.title1{ background:#FAFDFF;  height:37px; line-height:37px; overflow:hidden;zoom:1;}
.sidebar .sb_nav h3.title2{ height:30px; line-height:30px; border:1px solid #D3E1ED; background:#FAFDFF; padding-left:22px; overflow:hidden; font-size:14px; color:#333;}
.sidebar .sb_nav h3.line{ margin-top:15px; }
.sidebar .sb_nav .active{ padding:0px 15px 0px 15px; /*background:#FAFDFF;border:1px solid #D3E1ED;*/ border-top:none;zoom:1; width:188px; background-color:#E8E8E8;}
.sidebar .sb_nav .ct-con{ padding-top:10px; color:#666;}
.sidebar .ct-con{ line-height:2; color:#333;}
.sidebar .ct-con ul,.sidebar .ct-con ol{ padding:0px 0px 0px 25px; margin:0px;}
.sidebar .ct-con a{ color:#1C57C4; text-decoration:underline;}
#sidebar dl{ margin-left:18px; padding-top:6px;}
#sidebar dl dt{    height: 35px;
    line-height: 35px;
    padding-left: 30px; 
    background: url(../images/fenleili.png) no-repeat left center;}
#sidebar dl dt a{font-size:13px; color:#666;}
#sidebar dl dt a:hover{color:#000;  }
#sidebar dl dd{ padding:0px 0px 0px 15px;}
#sidebar dl dd h4{ font-weight:normal; padding:5px 0px 5px 10px; background:url(../job_ico.gif) no-repeat left 12px;}
#sidebar dl dt.on a{ font-weight:bold; color:#11578b; }
#sidebar dl h4.on a{ font-weight:bold;}
.sidebar .sb_box{ float:right; width:752px; background:#fff; overflow:hidden;/* background:#FAFDFF;border:1px solid #D3E1ED; */padding-bottom:20px; padding:15px 6px 0 194px ; min-height:500px;}
.sidebar .br-bg table{border-right:1px solid #c6e0e6 !important;border-bottom:1px solid #c6e0e6 !important; border-spacing:0px;}

.sidebar .br-bg table td{ border-top:1px solid #c6e0e6 !important;border-left:1px solid #c6e0e6 !important; 
	
	
	}
.sidebar .sb_box h3.title{ border-bottom:1px solid #cce6f5;height:35px; line-height:35px; position:relative;}
.sidebar .sb_box h3.title span{ position:absolute; left:0px; top:-1px; font-size:14px; border-bottom:2px solid #69CBF1; color:#2a505b;}
.sidebar .sb_box h3.title div.position{ float:right; font-weight:normal; position:relative; top:1px; color:#000;}
.sidebar .sb_box h3.title div.position a{ color:#666; font-size:12px;}
.sidebar .sb_box h3.title div.position a:hover{ text-decoration:underline;} 
/*底部*/
.footer{ background-color:#84b3c3; padding:20px; color:#fdfcfc; width:1000px; margin:0 auto;margin-bottom:30px;text-align:center;}
.footer p{ text-align:center;}
.footer a{ color:#fdfcfc ;}


/********************ui-css****************/
.clear{ clear:both;}
.editor{ line-height:2; color:#333;}
.editor ul,.editor ol{ padding:0px 0px 0px 25px; margin:0px;}
.editor a{ color:#1C57C4; text-decoration:underline;}
/*其他*/
#imglist ul li{ width:204px; overflow:hidden;padding:0 11px;}
/*按钮*/
.button{ display: inline-block; zoom: 1; *display: inline; vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-align: center; text-decoration: none; font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2);}
.button:hover { text-decoration: none; color:#fff; }
.button:active { position: relative; top: 1px;}
.orange{ color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top,  #faa51a,  #f47a20); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); }
.orange:hover { background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top,  #f88e11,  #f06015); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015'); }
.orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top,  #f47a20,  #faa51a); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');}
input.input-text,input.input-file,input.code,textarea { padding: 4px; font-size: 15px; outline: none; text-shadow: 0px 1px 0px #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #ccc; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; background:#fff url(../images/dt-10.gif) repeat-x left top; }
input.input-text:focus,input.input-file:focus,input.code:focus,textarea:focus { border: 1px solid #fafafa; -webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #007eff;}
/*表单*/
td.text{ width:20%; padding:6px 5px 6px 0px; text-align:right; font-size:14px; font-weight:bold;}
td.input{ padding:6px 8px;}
td.input input{ margin-right:8px;}
td.input .info{ padding-left:15px; color:#f00;}
td.input img{ position:relative; bottom:1px;}
td.submint{ padding:10px;}
/*工具栏*/
.met_hits{ padding:0px 5px; height:35px; line-height:35px; margin-top:10px; border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;}
.met_hits a{ color:#666;}
.met_hits .metjiathis{ position:absolute; left:5px; top:8px;}
.met_page{ text-align:center;}
.met_page a{ margin-right:50px; color:#1C57C4; text-decoration:underline;}
/*翻页*/
#flip{ margin-bottom:15px;}
/*附件*/
.met_annex{ color:#f00; text-decoration:underline;}
/*.met_annex:hover{ color:#f00; text-decoration:underline}*/
/*简介模块*/
#showtext{  line-height:2;}
#showtext h1{ font-size:20px; text-align:center; color:#2a2d30; font-weight:bolder;}
#showtext  img{ text-align:center; max-width:676px;}

/*文章模块*/
#newslist li{ padding:6px 10px; background:url(../images/list.png) no-repeat left 19px; background-position:center; background-position:left; }
#newslist li a{ font-size:14px; margin-right:5px;}
#newslist li .a0{ color:#ed4b1a;}
#newslist li span{ float:right; color:#aaa;}
#newslist li p{ color:#aaa;}
#shownews{ padding:0px 15px 15px;}
#shownews .editor{ line-height:2; padding:0px 10px; font-size:14px;}
#shownews h1{ font-size:20px; text-align:center; border-bottom:1px dotted #CFE0EF; padding:5px 0px; margin:10px 0px; color:#2a2d30;}
/*产品模块*/
.prolist { overflow:hidden;}
.prolist  li {/* min-width:340px; */overflow:hidden;}
.prolist  li a span{ width:146px; text-align:center; display:inline-block; float:left; padding:1px; border:1px solid #ffffff; border-top:none; border-left:none; height:28px; background-color:#daeef3; font-size:15px; line-height:28px;}
span.pro_span{ border-left:1px solid #CFE0EF !important;}
#productlist{ padding:15px 10px;}
#productlist li{ }
#productlist li a.img{ display:block; text-align:center; font-size:0px;}
#productlist li a.img img{ margin:auto; border:1px solid #CFE0EF;}
#productlist li h3{ padding:5px 0px 10px; font-weight:normal; line-height:1.5;}
#showproduct{ padding:15px;}
.showpro{ padding:0 !important;}
#showproduct h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showproduct .pshow dt{ float:left;}
#showproduct .pshow dd{ float:right;}
#showproduct .pshow dd ul{ margin-left:15px; }
#showproduct .pshow dd li{ padding:5px 5px 5px 45px; min-height:28px; _height:28px; margin:5px 0px; clear:both; border-bottom:1px solid #eee; position:relative; line-height:2; }
#showproduct .pshow dd li span{ position:absolute; left:0px; top:0px; color:#999; padding:5px; height:28px;}
#showproduct .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
#showproduct .editor{ line-height:2; padding:0px 10px; font-size:14px;}
.showpro .editor{ line-height:2; padding:0 !important; font-size:14px;}
/*下载模块*/
#downloadlist{ padding:15px;}
#downloadlist .metlist{ margin-bottom:20px;}
#downloadlist dl.top dt a{ color:#f00;}
#downloadlist .metlist dt{ border-bottom:1px solid #ddd; font-size:14px; font-weight:bold; padding:3px 5px 3px 20px; background:url(../images/dt-9.gif) no-repeat 5px 11px;}
#downloadlist .metlist dd{ color:#999; padding:5px 8px; background:#f8f8f8;}
#downloadlist .metlist dd b{ font-weight:normal;}
#downloadlist .metlist dd div{ float:right;}
#downloadlist .metlist dd span{ padding-right:20px;}
#downloadlist .metlist dd a{ color:#1C57C4; text-decoration:underline;}
#downloadlist .metlist dd a.down{ color:#fa1a1a; text-decoration:underline;}
#showdownload{ padding:15px;}
#showdownload h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showdownload .paralist{ background:#f6f6f6; padding:5px 10px;}
#showdownload .paralist li{ padding:3px 5px 3px 0px; margin:5px 0px; border-bottom:1px solid #eee;}
#showdownload .paralist li a{ color:#f00; text-decoration:underline;}
#showdownload .paralist li span{ float:left; padding:0px 10px; margin-right:5px; text-align:left; }
#showdownload .editor{ line-height:2; padding:0px 10px; font-size:14px;}
#showdownload .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
/*图片模块*/
#imglist{ padding:15px 10px;}
#imglist li{ float:left; display:inline; text-align:center;}
#imglist li a.img{ font-size:0px; display:block;}
#imglist li a.img img{  border:1px solid #ccc; width:213px; }
#imglist li h3{ padding:5px 0px 10px; font-weight:normal; line-height:1.5;}
#showimg{ padding:15px;}
#showimg h1.title{ font-size:18px; padding:5px 0px; margin-bottom:10px; text-align:center;}
#showimg .imgshow{ text-align:center;}
#showimg .editor{ line-height:2; padding:0px 10px; font-size:14px;}
.imgparalist li{ padding:3px 15px 3px; background:url(../images/dt-0.gif) no-repeat 5px center;}
.imgparalist li span{ float:left; margin-right:10px; color:#999;}
#showimg .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
/*招聘模块*/
#joblist{ padding:15px;}
#joblist dl{ padding:0px 5px 15px; margin-bottom:15px;}
#joblist dt{ padding:5px 10px; font-size:16px; font-weight:bold; border-bottom:1px dotted #ccc;}
#joblist dd{ padding:0px 0px 5px;}
#joblist dd .dtail{ padding:5px 10px; border-top:1px dotted #ccc;}
#joblist dd .dtail span{ margin-right:20px;}
#joblist dd .dtail a{ color:#1C57C4;}
#joblist dd .editor{padding:5px;}
#joblist dd .mis{ padding:5px 10px;}
#joblist dd .mis span{ margin-right:15px; color:#999;}
#showjob{ padding:15px;}
#showjob h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showjob .paralist li{ float:left; width:45%; padding:3px 15px 3px; background:url(../images/dt-0.gif) no-repeat 5px center;}
#showjob .paralist li span{ float:left; margin-right:10px; color:#999;}
#showjob .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
#showjob .info_cv{ font-size:12px; text-align:center; margin:10px 0px; }	
#showjob .editor{ line-height:2; padding:0px 10px; font-size:14px; }	
#cvlist{ padding:15px;}
/*在线留言*/
#messagelist{ padding:15px;}
#messagelist .metlist{ margin-bottom:10px; border:6px solid #dedede; padding:5px;}
#messagelist .metlist dt{ background:url(../images/message.gif) no-repeat left center; border-bottom:1px dotted #dedede; padding:4px 0px 4px 20px; margin-bottom:5px;}
#messagelist .metlist dt span.name{ color:#2c7199;}
#messagelist .metlist dt span.time{ padding-left:8px; color:#999;}
#messagelist .metlist dt span.tt{ float:right; padding-right:5px;}
#messagelist .metlist dd.info span.tt{ display:none; clear:both;}
#messagelist .metlist dd.info span.text{ display:block; line-height:1.5; padding:8px 5px;}
#messagelist .metlist dd.reinfo span.tt{ background:url(../images/admin.gif) no-repeat left 3px; display:block; border-bottom:1px dotted #dedede; padding:2px 0px 2px 20px; margin:0px 0px 5px;color:#2c7199;}
#messagelist .metlist dd.reinfo span.text{ display:block; line-height:1.5; padding:8px 5px;}
#messagelist .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc;}
#messagelist table{ margin:0px auto;}
#messagetable{ padding:15px;}
#messagetable table{ margin:0px auto;}
/*在线反馈*/
#feedback{ padding:15px;}
#feedback table{ margin:0px auto;}
/*友情链接*/
#linklist{ padding:15px 15px 25px;}
#linklist .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc;}
#linklist .inside{ padding:15px 0px 0px;}
#linklist .metlist .img li{ list-style:none; display:inline; padding-right:5px;}
#linklist .metlist .img img{ width:88px; height:31px;}
#linklist .metlist .txt li{ list-style:none; float:left; width:88px; height:20px; line-height:20px; margin-right:5px; overflow:hidden;}
#linksubmit{ padding:15px;}
#linksubmit table{ margin:0px auto;}
#memberbox{ padding:15px;}
/*站内搜索*/
ul.searchnavlist{ list-style:none; padding:0px; margin:0px;}
ul.searchnavlist li{ padding:5px 0px;}
#searchlist{ padding:15px;}
#searchlist li{ padding-left:10px; margin-bottom:6px; line-height:1.5;}
#searchlist ul{ list-style:none; padding:0px; margin:0px;}
#searchlist ul li{ padding:3px 5px; margin-bottom:5px;}
#searchlist ul li img{ display:none;}
#searchlist .search_title{ display:block; padding:2px 0px;}
#searchlist .search_title a{ font-size:14px; color:#12C; text-decoration:underline;}
#searchlist .search_title em{ color:#c00; text-decoration:underline; font-style:normal;}
#searchlist .search_detail{ display:block; }
#searchlist .search_detail a{ text-decoration:underline; color:#12C;}
#searchlist .search_content em{ color:#c00; font-style:normal;}
#searchlist .search_updatetime{ display:block; margin-top:5px; color:green;}
#searchlist a:hover{ text-decoration:underline;}
/*网站地图*/
#sitemaplist{ padding:15px;}
#sitemaplist .sitemapclass{ padding:5px 0px;}
#sitemaplist .sitemapclass1{ display:block; height:28px; line-height:28px; margin-bottom:5px; border-bottom:1px solid #ddd;}
#sitemaplist .sitemapclass1 a{ padding:5px 10px; background:#eee;}
#sitemaplist .sitemapclass2{ padding-left:15px; padding-top:3px;}
#sitemaplist .sitemapclass2 h3{  background:url(../images/dt-0.gif) no-repeat left center; padding:2px 8px;}
#sitemaplist .sitemapclass2 h3 a{ color:#444;}
#sitemaplist .sitemapclass2 div{ padding-left:2px;}
#sitemaplist .sitemapclass2 h4{ display:inline; padding:2px 6px;}
#sitemaplist .sitemapclass2 h4 a{ text-decoration:underline; color:#2c7199;}
/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#0061de; }
.metpager_5 a:hover { border:1px solid #2b55af; color:#fff; background-color:#3666d4;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#000; text-decoration:none;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#ddd;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;} 

/*footerlinks*/
ul.linklists{width:100%; margin:0 auto; overflow: hidden;}
ul.linklists li{ float: left;margin:0 5px; padding: 0 5px;}
